Carbon


SGGrabCompressCompleteBottleProcPtr

Header: QuickTimeComponents.h Carbon status: Supported

typedef ComponentResult(* SGGrabCompressCompleteBottleProcPtr) (
    SGChannel c, 
    Boolean *done, 
    SGCompressInfo *ci, 
    TimeRecord *t, 
    SInt32 refCon
);

You would declare your function like this if you were to name it MySGGrabCompressCompleteBottleCallback:

ComponentResult MySGGrabCompressCompleteBottleCallback (
    SGChannel c, 
    Boolean *done, 
    SGCompressInfo *ci, 
    TimeRecord *t, 
    SInt32 refCon
);
c
done
ci
t
refCon

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)